Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
Int32M INumeric<Int32M>.RightShift(
int count
)Private Function RightShift (
count As Integer
) As Int32M Implements INumeric(Of Int32M).RightShiftprivate:
virtual Int32M RightShift(
int count
) sealed = INumeric<Int32M>::RightShiftprivate abstract RightShift :
count : int -> Int32M
private override RightShift :
count : int -> Int32M